Setting the secure flag on a cookie prevents logging in.
Reported by L. Preston Sego III | June 14th, 2011 @ 01:53 PM
config.action_controller.session = {
:secure => true }
with the above code, every attempt to login fails, and I am
redirected to the login screen again =(
I think this is because restful auth might not know how to deal
with a secure cookie?
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Restful Authentication Generator
This widely-used plugin provides a foundation for securely managing user
authentication:
* Login / logout
* Secure password handling
* Account activation by validating email
* Account approval / disabling by admin
* Rudimentary hooks for authorization and access control.
http://github.com/technoweenie/restful-authentication/tree